get_or_null
Gets the value associated with a key in the map, returning null
if the key is not found.
Since
0.11.0
Parameters
key
The key to look up.
Gets the value associated with a key in the map, returning null
if the key is not found.
0.11.0
The key to look up.